home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / wpad101.zip / PAD.TXT < prev    next >
Text File  |  1992-03-28  |  5KB  |  158 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.                          WhizPad, version 1.01
  28.                       by Patrick Lam ("Whiz Kid")
  29.         A notepad utility primarily for FOSSIL-based BBS systems
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.         WhizPad is a little TSR utility that allows users to combine all
  58. their replies into one post.  In other words, it'll help get rid of
  59. those annoying one-line posts which clog up all your message bases, I'm
  60. sure.  It helps organize replies so that it's not necessary to go back
  61. and delete a reply to something the person has cleared up already.
  62. Notepads are a very popular feature around the 514 area, at least on
  63. WWIV BBSes, and the inspiration for this NotePad came from an Apple II
  64. BBS program, AppleNET, written by Derek Fong. I chose the commands
  65. because they will not appear to favor one system over another.  It can
  66. also be used by remote callers, but I suggest that if you can run
  67. WhizPad, use it on the host BBS instead, it works better that way.
  68.  
  69.         WhizPad takes up 22.7 k of RAM with the abort function
  70. installed,. and 16.7k without the abort installed.  The executable file
  71. is only about 8k long because it's written in C and assembler.  It did
  72. take over a thousand lines of code to write though, and the small size
  73. does NOT mean it was an easy project, by any means!
  74.  
  75.         To run WhizPad, you must use a FOSSIL driver.  RemoteAccess and
  76. Telegard 2.7 both require FOSSIL drivers, so that's not a problem.  I've
  77. only tested WhizPad with X00 by Ray Gwinn, but it should also work with
  78. BNU.  It only captures the FOSSIL interrupt, though, so it should not
  79. conflict with any other TSRs.
  80.  
  81.     The command-line options are as follows:
  82.  
  83.     PAD x[aediul]
  84.  
  85.                 x: the comport that you've configured the BBS to
  86.                    use in the initialization program. (FOSSIL comport)
  87.         a: disables the abort feature, and frees up 8k of memory
  88.         e: re-enable the WhizPad (default)
  89.                 d: disable the WhizPad temporarily (use for file-transfers!)
  90.         i: install WhizPad (default)
  91.         u: uninstall WhizPad, if possible
  92.         l: local mode only, no modem routines
  93.  
  94.  
  95.         To pop up the WhizPad, use the Ctrl-] key, then type in your
  96. reply.  Then, Ctrl-O will upload the contents to the BBS. The * command
  97. in the WhizPad activates commands.
  98.  
  99.                 *A aborts the WhizPad and reverts to the contents
  100.                     BEFORE you entered the WhizPad
  101.         *D deletes a line or lines from the WhizPad
  102.                 *E edits a line of the WhizPad, allowing you to
  103.                     enter a new line
  104.         *I inserts a line into the WhizPad
  105.         *K kills (erases) the contents of the WhizPad
  106.         *R replaces a phrase in the WhizPad
  107.         *S saves the WHizPad
  108.  
  109.         Future versions of WhizPad will include a whole bunch of
  110. improvements, probably including full-screen ANSI/AVATAR editing, in
  111. color, and many other things I will think of.  Even though WhizPad is
  112. not crippleware and will work completely unregistered, it's not free.
  113. You're supposed to register it if you use it on your BBS.  If you don't
  114. want to, there's nothing I can do about it, but I would greatly
  115. appreciate honesty. [nudge, nudge]  See the file REGISTER.FRM for
  116. details on registering.
  117.  
  118.         The suggested donation is $10, though more is OK.  I will not
  119. release the full-screen portion of the code in the next Unregistered
  120. versions, but it will be in the Registered versions.  That is, I will
  121. probably release a new version with new features, but the full-screen
  122. editor will be disabled.  $20 will get a personalised version, saying:
  123.  
  124. WhizPad.  Registered to Bleah BBS, (000)000-0000
  125. * 1st char on line for editing functions, Ctrl-Z for save and quit.
  126. (Ctrl-O uploads pad to BBS)
  127.  
  128. with your BBS's name instead of Bleah BBS, (000)000-0000.
  129.                            
  130.         Feedback is encouraged, at the following addresses.  You'll
  131. probably get the fastest replies on the Grilled Cheese, WWIVnet and
  132. local BBSes.
  133.  
  134. FidoNet:
  135.         Patrick Lam @   1:167/179 (Le Labo)
  136.                         1:167/155 (Grilled Cheese BBS)
  137.  
  138. WWIVnet:
  139.         Whiz Kid @5485, @5475
  140.  
  141. Local BBSes:
  142.     Utopia Planitia
  143.     514-923-3812
  144.     Sysops: The Apple Man, Eagle-Eyes
  145.  
  146.     Empire Headquarters BBS
  147.     514-444-9266
  148.     Sysops: Cyprus, Crackman, and Iceman
  149.     
  150. Snail-mail:
  151.  
  152.         2780 Honore Beaugrand
  153.         Montreal, Quebec, Canada
  154.         H1L 5Y3
  155.  
  156.                                                    - Patrick Lam
  157.                                                      "Whiz Kid"
  158.